home *** CD-ROM | disk | FTP | other *** search
/ Ford Galaxy MK1 Restyling Interactive Presentation / Ford Galaxy.iso / Intro.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2001-02-13  |  260 b   |  10 lines

  1. on exitFrame me
  2.   global gDeltaLoc, gSpriteIni, gSpriteFin, gDelta, gAllowRollover, gClicca
  3.   gClicca = 0
  4.   gDelta = 4
  5.   gSpriteIni = 2
  6.   gSpriteFin = 5
  7.   gDeltaLoc = the locH of sprite (gSpriteIni + 1) - the locH of sprite gSpriteIni
  8.   gAllowRollover = 1
  9. end
  10.